cancel
Showing results for 
Search instead for 
Did you mean: 

Integration Directory:404 error

xinjiang_li
Active Participant
0 Kudos

Hi,gurus:

When I loaded ID with http://<hostname>:50100/dir/start/directory.jnlp,the webpage throwedthe error like " 404 Not Found,The requested resource does not exist ".But i could load IR successfully.

I don't know the reason,could you help me ? Thanks in advance.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi

go to Application folder for finding jar files

goto start menu -> run -> Javaws -> File -> Preferences -> Advanced -> Applications folder

(C:\Documents and Settings\User Name\Application Data\Sun\Java\Deployment\javaws\cache)

you should have run the IR or ID at least once to find the Jar files in that folder. It is usually placed in http folder in cache

you do not generate them...every time you click on IR / ID links which have a .jnlp extension which is associated with Java web start, it checks if it has already downloaded version of the jar files on the local system in the folder as mentioned ..if yes..then the application starts using the cached jar files and if not then downloads those jar files first...but offcourse...you never create them

i think this solves your issue

if problem persists re-installed freshly j2sdk1.4.2_04

reward points if helpfull

regards

kummari

Edited by: kummari on Jul 11, 2008 5:46 AM

Former Member
0 Kudos

Apply OSS note 864268 and then try reinitializing Java Webstart by going to your XI Home Page >Administration>Java Webstart Administration-->Reinitialization.

regards

kummari

Former Member
0 Kudos

hi

ref this

https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1688 [original link is broken] [original link is broken] [original link is broken]

xinjiang_li
Active Participant
0 Kudos

Hi:

I could get the jar files about integration repositary,but why I could't get jar files about integration directory,why?

xinjiang_li
Active Participant
0 Kudos

Hi,kummari :

I did what you said ,but it did not work.

Former Member
0 Kudos

Hi,

Check whether you have specified authorizations to logon to the integration directory.

Role: SAP_XI_Configurator

SAP_XI_CONFIGURATOR (Composite)

SAP_SLD_CONFIGURATOR

SAP_XI_BPE_CONFIGURATOR_ABAP

SAP_XI_CONFIGURATOR_ABAP

SAP_XI_CONFIGURATOR_J2EE

SAP_XI_DEMOAPP

Role: SAP_XI_Developer

SAP_XI_DEVELOPER (Composite)

SAP_SLD_DEVELOPER

SAP_XI_DEMOAPP

SAP_XI_DEVELOPER_ABAP

SAP_XI_DEVELOPER_J2EE

Regards,

Nithiyanandam

xinjiang_li
Active Participant
0 Kudos

Hi,Nithiyanandam:

It was 404 error,not 401 or 403 error,so I think it is not the cause of authorization.Thanks all the same.